Skip to main content

script only stack

Type

glossary

Description

A script only stack is a stack whose on-disk representation is just a text file with a header line:

script "StackName"

and, optionally with a behavior stack reference:

script "StackName" with behavior "BehaviorName"

Anything else in the file is the script of the script only stack. If a stack is script only, its scriptOnly property will return true:

    if the scriptOnly of stack \"StackName\" is true then...

glossary: text file, stack

property: script, behavior, scriptOnly

Thank you for your feedback!

Was this page helpful?